Html Css Color HEX #D9417B Cranberry

📋 copy color: '#D9417B'

red 217 ◦ green 65 ◦ blue 123

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

Shades of Cranberry #D9417B

Tints of Cranberry #D9417B

RGB

 RED value IS 217 (85.16% from 255) = 53.58%

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

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

R = 53.58%
G = 16.05%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9417B (or 0xD9417B) is known color: Cranberry. HEX triplet: D9, 41 and 7B. RGB value is (217,65,123). Sum of RGB (Red+Green+Blue) = 217+65+123=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9417B is #26BE84. Grayscale: #747474. Windows color (decimal): -2539141 or 8077785. OLE color: 8077785.

HSL color Cylindrical-coordinate representation of color #D9417B: hue angle of 337.11º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9417B is Cyan = 0, Magento = 0.70, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 65 123 -
CMYK 0 0.70 0.43 0.15
HSL 337.11º 0.67% 0.55% -
HSV(B) 337.11º 0.7% 0.85% -
XYZ 34.08 19.96 20.8 -
YUV 117.06 131.36 199.28 -
System Red Green Blue C M Y K H S L
Decimal 217 65 123 0 0.70 0.43 0.15 337.11 0.67 0.55
Hex D9 41 7B 0 46 2B F 151 43 37
Octal 331 101 173 0 106 53 17 521 103 67
Binary 11011001 1000001 1111011 0 1000110 101011 1111 101010001 1000011 110111

Color Harmonies of #D9417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9417B

Black with #D9417B

Text Example


Text Example

White with #D9417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9417B; }

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

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

background-color css

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

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

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

border-color css

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

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

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