Html Css Color HEX #D0617F Cranberry

📋 copy color: '#D0617F'

red 208 ◦ green 97 ◦ blue 127

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

Shades of Cranberry #D0617F

Tints of Cranberry #D0617F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.4%

R = 48.15%
G = 22.45%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D0617F (or 0xD0617F) is known color: Cranberry. HEX triplet: D0, 61 and 7F. RGB value is (208,97,127). Sum of RGB (Red+Green+Blue) = 208+97+127=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0617F is #2F9E80. Grayscale: #858585. Windows color (decimal): -3120769 or 8348112. OLE color: 8348112.

HSL color Cylindrical-coordinate representation of color #D0617F: hue angle of 343.78º 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 #D0617F is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 97 127 -
CMYK 0 0.53 0.39 0.18
HSL 343.78º 0.54% 0.6% -
HSV(B) 343.78º 0.53% 0.82% -
XYZ 34.12 23.49 22.81 -
YUV 133.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 208 97 127 0 0.53 0.39 0.18 343.78 0.54 0.6
Hex D0 61 7F 0 35 27 12 158 36 3C
Octal 320 141 177 0 65 47 22 530 66 74
Binary 11010000 1100001 1111111 0 110101 100111 10010 101011000 110110 111100

Color Harmonies of #D0617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0617F

Black with #D0617F

Text Example


Text Example

White with #D0617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0617F; }

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

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

background-color css

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

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

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

border-color css

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

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

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