Html Css Color HEX #D0417A Cranberry

📋 copy color: '#D0417A'

red 208 ◦ green 65 ◦ blue 122

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

Shades of Cranberry #D0417A

Tints of Cranberry #D0417A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.89%

R = 52.66%
G = 16.46%
B = 30.89%

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

#D0417A (or 0xD0417A) is known color: Cranberry. HEX triplet: D0, 41 and 7A. RGB value is (208,65,122). Sum of RGB (Red+Green+Blue) = 208+65+122=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0417A is #2FBE85. Grayscale: #727272. Windows color (decimal): -3128966 or 8012240. OLE color: 8012240.

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

Color convert

RGB 208 65 122 -
CMYK 0 0.69 0.41 0.18
HSL 336.08º 0.6% 0.54% -
HSV(B) 336.08º 0.69% 0.82% -
XYZ 31.42 18.6 20.35 -
YUV 114.26 132.38 194.87 -
System Red Green Blue C M Y K H S L
Decimal 208 65 122 0 0.69 0.41 0.18 336.08 0.6 0.54
Hex D0 41 7A 0 45 29 12 150 3C 36
Octal 320 101 172 0 105 51 22 520 74 66
Binary 11010000 1000001 1111010 0 1000101 101001 10010 101010000 111100 110110

Color Harmonies of #D0417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0417A

Black with #D0417A

Text Example


Text Example

White with #D0417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0417A; }

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

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

background-color css

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

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

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

border-color css

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

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

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