Html Css Color HEX #D0417B Cranberry

📋 copy color: '#D0417B'

red 208 ◦ green 65 ◦ blue 123

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

Shades of Cranberry #D0417B

Tints of Cranberry #D0417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.41%

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

R = 52.53%
G = 16.41%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0417B (or 0xD0417B) is known color: Cranberry. HEX triplet: D0, 41 and 7B. RGB value is (208,65,123). Sum of RGB (Red+Green+Blue) = 208+65+123=396 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.53% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 208 - color contains mainly: red. Hex color #D0417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0417B is #2FBE84. Grayscale: #727272. Windows color (decimal): -3128965 or 8077776. OLE color: 8077776.

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

Color convert

RGB 208 65 123 -
CMYK 0 0.69 0.41 0.18
HSL 335.66º 0.6% 0.54% -
HSV(B) 335.66º 0.69% 0.82% -
XYZ 31.48 18.62 20.67 -
YUV 114.37 132.88 194.78 -
System Red Green Blue C M Y K H S L
Decimal 208 65 123 0 0.69 0.41 0.18 335.66 0.6 0.54
Hex D0 41 7B 0 45 29 12 150 3C 36
Octal 320 101 173 0 105 51 22 520 74 66
Binary 11010000 1000001 1111011 0 1000101 101001 10010 101010000 111100 110110

Color Harmonies of #D0417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0417B

Black with #D0417B

Text Example


Text Example

White with #D0417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0417B; }

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

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

background-color css

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

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

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

border-color css

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

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

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