Html Css Color HEX #D0327D Deep Cerise

📋 copy color: '#D0327D'

red 208 ◦ green 50 ◦ blue 125

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

Shades of Deep Cerise #D0327D

Tints of Deep Cerise #D0327D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.05%

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 54.31%
G = 13.05%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0327D (or 0xD0327D) is known color: Deep Cerise. HEX triplet: D0, 32 and 7D. RGB value is (208,50,125). Sum of RGB (Red+Green+Blue) = 208+50+125=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0327D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0327D is #2FCD82. Grayscale: #696969. Windows color (decimal): -3132803 or 8205008. OLE color: 8205008.

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

Color convert

RGB 208 50 125 -
CMYK 0 0.76 0.40 0.18
HSL 331.52º 0.63% 0.51% -
HSV(B) 331.52º 0.76% 0.82% -
XYZ 30.85 17.17 21.09 -
YUV 105.79 138.85 200.9 -
System Red Green Blue C M Y K H S L
Decimal 208 50 125 0 0.76 0.40 0.18 331.52 0.63 0.51
Hex D0 32 7D 0 4C 28 12 14C 3F 33
Octal 320 62 175 0 114 50 22 514 77 63
Binary 11010000 110010 1111101 0 1001100 101000 10010 101001100 111111 110011

Color Harmonies of #D0327D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0327D

Black with #D0327D

Text Example


Text Example

White with #D0327D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0327D; }

 p { color: rgb(208,50,125); }

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

background-color css

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

 a { background-color: rgb(208,50,125); }

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

border-color css

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

 span { border-color: rgb(208,50,125); }

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