Html Css Color HEX #D6607E Cranberry

📋 copy color: '#D6607E'

red 214 ◦ green 96 ◦ blue 126

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

Shades of Cranberry #D6607E

Tints of Cranberry #D6607E

RGB

 RED value IS 214 (83.98% from 255) = 49.08%

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

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

R = 49.08%
G = 22.02%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D6607E (or 0xD6607E) is known color: Cranberry. HEX triplet: D6, 60 and 7E. RGB value is (214,96,126). Sum of RGB (Red+Green+Blue) = 214+96+126=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 96 (37.89% from 255 or 22.02% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6607E is #299F81. Grayscale: #868686. Windows color (decimal): -2727810 or 8282326. OLE color: 8282326.

HSL color Cylindrical-coordinate representation of color #D6607E: hue angle of 344.75º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6607E is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 96 126 -
CMYK 0 0.55 0.41 0.16
HSL 344.75º 0.59% 0.61% -
HSV(B) 344.75º 0.55% 0.84% -
XYZ 35.68 24.17 22.52 -
YUV 134.7 123.09 184.56 -
System Red Green Blue C M Y K H S L
Decimal 214 96 126 0 0.55 0.41 0.16 344.75 0.59 0.61
Hex D6 60 7E 0 37 29 10 159 3B 3D
Octal 326 140 176 0 67 51 20 531 73 75
Binary 11010110 1100000 1111110 0 110111 101001 10000 101011001 111011 111101

Color Harmonies of #D6607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6607E

Black with #D6607E

Text Example


Text Example

White with #D6607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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