Html Css Color HEX #D05E7B Cranberry

📋 copy color: '#D05E7B'

red 208 ◦ green 94 ◦ blue 123

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

Shades of Cranberry #D05E7B

Tints of Cranberry #D05E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.12%

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

R = 48.94%
G = 22.12%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D05E7B (or 0xD05E7B) is known color: Cranberry. HEX triplet: D0, 5E and 7B. RGB value is (208,94,123). Sum of RGB (Red+Green+Blue) = 208+94+123=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05E7B is #2FA184. Grayscale: #838383. Windows color (decimal): -3121541 or 8085200. OLE color: 8085200.

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

Color convert

RGB 208 94 123 -
CMYK 0 0.55 0.41 0.18
HSL 344.74º 0.55% 0.59% -
HSV(B) 344.74º 0.55% 0.82% -
XYZ 33.59 22.85 21.38 -
YUV 131.39 123.27 182.64 -
System Red Green Blue C M Y K H S L
Decimal 208 94 123 0 0.55 0.41 0.18 344.74 0.55 0.59
Hex D0 5E 7B 0 37 29 12 159 37 3B
Octal 320 136 173 0 67 51 22 531 67 73
Binary 11010000 1011110 1111011 0 110111 101001 10010 101011001 110111 111011

Color Harmonies of #D05E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05E7B

Black with #D05E7B

Text Example


Text Example

White with #D05E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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