Html Css Color HEX #D4607E Cranberry

📋 copy color: '#D4607E'

red 212 ◦ green 96 ◦ blue 126

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

Shades of Cranberry #D4607E

Tints of Cranberry #D4607E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.03%

R = 48.85%
G = 22.12%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#D4607E (or 0xD4607E) is known color: Cranberry. HEX triplet: D4, 60 and 7E. RGB value is (212,96,126). Sum of RGB (Red+Green+Blue) = 212+96+126=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4607E is #2B9F81. Grayscale: #868686. Windows color (decimal): -2858882 or 8282324. OLE color: 8282324.

HSL color Cylindrical-coordinate representation of color #D4607E: hue angle of 344.48º 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 #D4607E is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 96 126 -
CMYK 0 0.55 0.41 0.17
HSL 344.48º 0.57% 0.6% -
HSV(B) 344.48º 0.55% 0.83% -
XYZ 35.1 23.87 22.5 -
YUV 134.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 212 96 126 0 0.55 0.41 0.17 344.48 0.57 0.6
Hex D4 60 7E 0 37 29 11 158 39 3C
Octal 324 140 176 0 67 51 21 530 71 74
Binary 11010100 1100000 1111110 0 110111 101001 10001 101011000 111001 111100

Color Harmonies of #D4607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4607E

Black with #D4607E

Text Example


Text Example

White with #D4607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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