Html Css Color HEX #D0607C Cranberry

📋 copy color: '#D0607C'

red 208 ◦ green 96 ◦ blue 124

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

Shades of Cranberry #D0607C

Tints of Cranberry #D0607C

RGB

 RED value IS 208 (81.64% from 255) = 48.6%

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

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

R = 48.6%
G = 22.43%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0607C (or 0xD0607C) is known color: Cranberry. HEX triplet: D0, 60 and 7C. RGB value is (208,96,124). Sum of RGB (Red+Green+Blue) = 208+96+124=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0607C is #2F9F83. Grayscale: #848484. Windows color (decimal): -3121028 or 8151248. OLE color: 8151248.

HSL color Cylindrical-coordinate representation of color #D0607C: hue angle of 345º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0607C is Cyan = 0, Magento = 0.54, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 124 -
CMYK 0 0.54 0.40 0.18
HSL 345º 0.54% 0.6% -
HSV(B) 345º 0.54% 0.82% -
XYZ 33.83 23.23 21.77 -
YUV 132.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 208 96 124 0 0.54 0.40 0.18 345 0.54 0.6
Hex D0 60 7C 0 36 28 12 159 36 3C
Octal 320 140 174 0 66 50 22 531 66 74
Binary 11010000 1100000 1111100 0 110110 101000 10010 101011001 110110 111100

Color Harmonies of #D0607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0607C

Black with #D0607C

Text Example


Text Example

White with #D0607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0607C; }

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

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

background-color css

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

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

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

border-color css

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

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

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