Html Css Color HEX #D0407B Cranberry

📋 copy color: '#D0407B'

red 208 ◦ green 64 ◦ blue 123

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

Shades of Cranberry #D0407B

Tints of Cranberry #D0407B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.2%

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

R = 52.66%
G = 16.2%
B = 31.14%

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

#D0407B (or 0xD0407B) is known color: Cranberry. HEX triplet: D0, 40 and 7B. RGB value is (208,64,123). Sum of RGB (Red+Green+Blue) = 208+64+123=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0407B is #2FBF84. Grayscale: #717171. Windows color (decimal): -3129221 or 8077520. OLE color: 8077520.

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

Color convert

RGB 208 64 123 -
CMYK 0 0.69 0.41 0.18
HSL 335.42º 0.61% 0.53% -
HSV(B) 335.42º 0.69% 0.82% -
XYZ 31.42 18.51 20.65 -
YUV 113.78 133.21 195.2 -
System Red Green Blue C M Y K H S L
Decimal 208 64 123 0 0.69 0.41 0.18 335.42 0.61 0.53
Hex D0 40 7B 0 45 29 12 14F 3D 35
Octal 320 100 173 0 105 51 22 517 75 65
Binary 11010000 1000000 1111011 0 1000101 101001 10010 101001111 111101 110101

Color Harmonies of #D0407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0407B

Black with #D0407B

Text Example


Text Example

White with #D0407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0407B; }

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

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

background-color css

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

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

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

border-color css

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

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

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