Html Css Color HEX #D0267D Deep Cerise

📋 copy color: '#D0267D'

red 208 ◦ green 38 ◦ blue 125

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

Shades of Deep Cerise #D0267D

Tints of Deep Cerise #D0267D

RGB

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

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

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

R = 56.06%
G = 10.24%
B = 33.69%

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

#D0267D (or 0xD0267D) is known color: Deep Cerise. HEX triplet: D0, 26 and 7D. RGB value is (208,38,125). Sum of RGB (Red+Green+Blue) = 208+38+125=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0267D is #2FD982. Grayscale: #626262. Windows color (decimal): -3135875 or 8201936. OLE color: 8201936.

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

Color convert

RGB 208 38 125 -
CMYK 0 0.82 0.40 0.18
HSL 329.29º 0.69% 0.48% -
HSV(B) 329.29º 0.82% 0.82% -
XYZ 30.41 16.28 20.94 -
YUV 98.75 142.82 205.93 -
System Red Green Blue C M Y K H S L
Decimal 208 38 125 0 0.82 0.40 0.18 329.29 0.69 0.48
Hex D0 26 7D 0 52 28 12 149 45 30
Octal 320 46 175 0 122 50 22 511 105 60
Binary 11010000 100110 1111101 0 1010010 101000 10010 101001001 1000101 110000

Color Harmonies of #D0267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0267D

Black with #D0267D

Text Example


Text Example

White with #D0267D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0267D; }

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

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

background-color css

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

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

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

border-color css

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

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

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