Html Css Color HEX #D6607C Cranberry

📋 copy color: '#D6607C'

red 214 ◦ green 96 ◦ blue 124

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

Shades of Cranberry #D6607C

Tints of Cranberry #D6607C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.57%

R = 49.31%
G = 22.12%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6607C (or 0xD6607C) is known color: Cranberry. HEX triplet: D6, 60 and 7C. RGB value is (214,96,124). Sum of RGB (Red+Green+Blue) = 214+96+124=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6607C is #299F83. Grayscale: #868686. Windows color (decimal): -2727812 or 8151254. OLE color: 8151254.

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

Color convert

RGB 214 96 124 -
CMYK 0 0.55 0.42 0.16
HSL 345.76º 0.59% 0.61% -
HSV(B) 345.76º 0.55% 0.84% -
XYZ 35.55 24.12 21.85 -
YUV 134.47 122.09 184.72 -
System Red Green Blue C M Y K H S L
Decimal 214 96 124 0 0.55 0.42 0.16 345.76 0.59 0.61
Hex D6 60 7C 0 37 2A 10 15A 3B 3D
Octal 326 140 174 0 67 52 20 532 73 75
Binary 11010110 1100000 1111100 0 110111 101010 10000 101011010 111011 111101

Color Harmonies of #D6607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6607C

Black with #D6607C

Text Example


Text Example

White with #D6607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6607C; }

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

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

background-color css

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

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

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

border-color css

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

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

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