Html Css Color HEX #D05E7C Cranberry

📋 copy color: '#D05E7C'

red 208 ◦ green 94 ◦ blue 124

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

Shades of Cranberry #D05E7C

Tints of Cranberry #D05E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.11%

R = 48.83%
G = 22.07%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D05E7C (or 0xD05E7C) is known color: Cranberry. HEX triplet: D0, 5E and 7C. RGB value is (208,94,124). Sum of RGB (Red+Green+Blue) = 208+94+124=426 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.83% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05E7C is #2FA183. Grayscale: #838383. Windows color (decimal): -3121540 or 8150736. OLE color: 8150736.

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

Color convert

RGB 208 94 124 -
CMYK 0 0.55 0.40 0.18
HSL 344.21º 0.55% 0.59% -
HSV(B) 344.21º 0.55% 0.82% -
XYZ 33.65 22.87 21.71 -
YUV 131.51 123.77 182.56 -
System Red Green Blue C M Y K H S L
Decimal 208 94 124 0 0.55 0.40 0.18 344.21 0.55 0.59
Hex D0 5E 7C 0 37 28 12 158 37 3B
Octal 320 136 174 0 67 50 22 530 67 73
Binary 11010000 1011110 1111100 0 110111 101000 10010 101011000 110111 111011

Color Harmonies of #D05E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05E7C

Black with #D05E7C

Text Example


Text Example

White with #D05E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05E7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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