Html Css Color HEX #D05C7B Cranberry

📋 copy color: '#D05C7B'

red 208 ◦ green 92 ◦ blue 123

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

Shades of Cranberry #D05C7B

Tints of Cranberry #D05C7B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.75%

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

R = 49.17%
G = 21.75%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D05C7B (or 0xD05C7B) is known color: Cranberry. HEX triplet: D0, 5C and 7B. RGB value is (208,92,123). Sum of RGB (Red+Green+Blue) = 208+92+123=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 92 (36.33% from 255 or 21.75% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05C7B is #2FA384. Grayscale: #828282. Windows color (decimal): -3122053 or 8084688. OLE color: 8084688.

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

Color convert

RGB 208 92 123 -
CMYK 0 0.56 0.41 0.18
HSL 343.97º 0.55% 0.59% -
HSV(B) 343.97º 0.56% 0.82% -
XYZ 33.41 22.49 21.32 -
YUV 130.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 208 92 123 0 0.56 0.41 0.18 343.97 0.55 0.59
Hex D0 5C 7B 0 38 29 12 158 37 3B
Octal 320 134 173 0 70 51 22 530 67 73
Binary 11010000 1011100 1111011 0 111000 101001 10010 101011000 110111 111011

Color Harmonies of #D05C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05C7B

Black with #D05C7B

Text Example


Text Example

White with #D05C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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