Html Css Color HEX #D0269A Deep Cerise

📋 copy color: '#D0269A'

red 208 ◦ green 38 ◦ blue 154

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

Shades of Deep Cerise #D0269A

Tints of Deep Cerise #D0269A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 52%
G = 9.5%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0269A (or 0xD0269A) is known color: Deep Cerise. HEX triplet: D0, 26 and 9A. RGB value is (208,38,154). Sum of RGB (Red+Green+Blue) = 208+38+154=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0269A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0269A is #2FD965. Grayscale: #656565. Windows color (decimal): -3135846 or 10102480. OLE color: 10102480.

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

Color convert

RGB 208 38 154 -
CMYK 0 0.82 0.26 0.18
HSL 319.06º 0.69% 0.48% -
HSV(B) 319.06º 0.82% 0.82% -
XYZ 32.54 17.13 32.16 -
YUV 102.05 157.32 203.57 -
System Red Green Blue C M Y K H S L
Decimal 208 38 154 0 0.82 0.26 0.18 319.06 0.69 0.48
Hex D0 26 9A 0 52 1A 12 13F 45 30
Octal 320 46 232 0 122 32 22 477 105 60
Binary 11010000 100110 10011010 0 1010010 11010 10010 100111111 1000101 110000

Color Harmonies of #D0269A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0269A

Black with #D0269A

Text Example


Text Example

White with #D0269A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0269A; }

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

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

background-color css

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

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

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

border-color css

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

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

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