Html Css Color HEX #D0267C Deep Cerise

📋 copy color: '#D0267C'

red 208 ◦ green 38 ◦ blue 124

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

Shades of Deep Cerise #D0267C

Tints of Deep Cerise #D0267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.27%

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

R = 56.22%
G = 10.27%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0267C (or 0xD0267C) is known color: Deep Cerise. HEX triplet: D0, 26 and 7C. RGB value is (208,38,124). Sum of RGB (Red+Green+Blue) = 208+38+124=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D0267C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0267C is #2FD983. Grayscale: #626262. Windows color (decimal): -3135876 or 8136400. OLE color: 8136400.

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

Color convert

RGB 208 38 124 -
CMYK 0 0.82 0.40 0.18
HSL 329.65º 0.69% 0.48% -
HSV(B) 329.65º 0.82% 0.82% -
XYZ 30.34 16.25 20.61 -
YUV 98.63 142.32 206.01 -
System Red Green Blue C M Y K H S L
Decimal 208 38 124 0 0.82 0.40 0.18 329.65 0.69 0.48
Hex D0 26 7C 0 52 28 12 14A 45 30
Octal 320 46 174 0 122 50 22 512 105 60
Binary 11010000 100110 1111100 0 1010010 101000 10010 101001010 1000101 110000

Color Harmonies of #D0267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0267C

Black with #D0267C

Text Example


Text Example

White with #D0267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0267C; }

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

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

background-color css

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

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

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

border-color css

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

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

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