Html Css Color HEX #D4607F Cranberry

📋 copy color: '#D4607F'

red 212 ◦ green 96 ◦ blue 127

#D4607F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D4607F

Tints of Cranberry #D4607F

RGB

 RED value IS 212 (83.2% from 255) = 48.74%

 GREEN value IS 96 (37.89% from 255) = 22.07%

 BLUE value IS 127 (50% from 255) = 29.2%

R = 48.74%
G = 22.07%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D4607F (or 0xD4607F) is known color: Cranberry. HEX triplet: D4, 60 and 7F. RGB value is (212,96,127). Sum of RGB (Red+Green+Blue) = 212+96+127=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D4607F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4607F is #2B9F80. Grayscale: #868686. Windows color (decimal): -2858881 or 8347860. OLE color: 8347860.

HSL color Cylindrical-coordinate representation of color #D4607F: hue angle of 343.97º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4607F is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 96 127 -
CMYK 0 0.55 0.40 0.17
HSL 343.97º 0.57% 0.6% -
HSV(B) 343.97º 0.55% 0.83% -
XYZ 35.17 23.9 22.84 -
YUV 134.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 212 96 127 0 0.55 0.40 0.17 343.97 0.57 0.6
Hex D4 60 7F 0 37 28 11 158 39 3C
Octal 324 140 177 0 67 50 21 530 71 74
Binary 11010100 1100000 1111111 0 110111 101000 10001 101011000 111001 111100

Color Harmonies of #D4607F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4607F

Black with #D4607F

Text Example


Text Example

White with #D4607F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4607F; }

 p { color: rgb(212,96,127); }

 H1.HeaderClassName
 {
   color: #D4607F;
 }
 .AnyTagClassName
 {
   color: #D4607F;
 }
</style>

background-color css

<style>
 a { background-color: #D4607F; }

 a { background-color: rgb(212,96,127); }

 div.DivClassName
 {
   background-color: #D4607F;
 }
 .BgClassName
 {
   background-color: #D4607F;
 }
</style>

border-color css

<style>
 span { border-color: #D4607F; }

 span { border-color: rgb(212,96,127); }

 td.TdClassName
 {
   border-color: #D4607F;
 }
 .TagClassName
 {
   border-color: #D4607F;
 }
</style>