Html Css Color HEX #D0617B Cranberry

📋 copy color: '#D0617B'

red 208 ◦ green 97 ◦ blue 123

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

Shades of Cranberry #D0617B

Tints of Cranberry #D0617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.66%

 BLUE value IS 123 (48.44% from 255) = 28.74%

R = 48.6%
G = 22.66%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0617B (or 0xD0617B) is known color: Cranberry. HEX triplet: D0, 61 and 7B. RGB value is (208,97,123). Sum of RGB (Red+Green+Blue) = 208+97+123=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 97 (38.28% from 255 or 22.66% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0617B is #2F9E84. Grayscale: #858585. Windows color (decimal): -3120773 or 8085968. OLE color: 8085968.

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

Color convert

RGB 208 97 123 -
CMYK 0 0.53 0.41 0.18
HSL 345.95º 0.54% 0.6% -
HSV(B) 345.95º 0.53% 0.82% -
XYZ 33.86 23.39 21.47 -
YUV 133.15 122.27 181.39 -
System Red Green Blue C M Y K H S L
Decimal 208 97 123 0 0.53 0.41 0.18 345.95 0.54 0.6
Hex D0 61 7B 0 35 29 12 15A 36 3C
Octal 320 141 173 0 65 51 22 532 66 74
Binary 11010000 1100001 1111011 0 110101 101001 10010 101011010 110110 111100

Color Harmonies of #D0617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0617B

Black with #D0617B

Text Example


Text Example

White with #D0617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0617B; }

 p { color: rgb(208,97,123); }

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

background-color css

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

 a { background-color: rgb(208,97,123); }

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

border-color css

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

 span { border-color: rgb(208,97,123); }

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