Html Css Color HEX #D0567C Cranberry

📋 copy color: '#D0567C'

red 208 ◦ green 86 ◦ blue 124

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

Shades of Cranberry #D0567C

Tints of Cranberry #D0567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.57%

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

R = 49.76%
G = 20.57%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0567C (or 0xD0567C) is known color: Cranberry. HEX triplet: D0, 56 and 7C. RGB value is (208,86,124). Sum of RGB (Red+Green+Blue) = 208+86+124=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0567C is #2FA983. Grayscale: #7E7E7E. Windows color (decimal): -3123588 or 8148688. OLE color: 8148688.

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

Color convert

RGB 208 86 124 -
CMYK 0 0.59 0.40 0.18
HSL 341.31º 0.56% 0.58% -
HSV(B) 341.31º 0.59% 0.82% -
XYZ 32.98 21.52 21.48 -
YUV 126.81 126.42 185.91 -
System Red Green Blue C M Y K H S L
Decimal 208 86 124 0 0.59 0.40 0.18 341.31 0.56 0.58
Hex D0 56 7C 0 3B 28 12 155 38 3A
Octal 320 126 174 0 73 50 22 525 70 72
Binary 11010000 1010110 1111100 0 111011 101000 10010 101010101 111000 111010

Color Harmonies of #D0567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0567C

Black with #D0567C

Text Example


Text Example

White with #D0567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0567C; }

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

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

background-color css

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

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

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

border-color css

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

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

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