Html Css Color HEX #D0268A Deep Cerise

📋 copy color: '#D0268A'

red 208 ◦ green 38 ◦ blue 138

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

Shades of Deep Cerise #D0268A

Tints of Deep Cerise #D0268A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 54.17%
G = 9.9%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0268A (or 0xD0268A) is known color: Deep Cerise. HEX triplet: D0, 26 and 8A. RGB value is (208,38,138). Sum of RGB (Red+Green+Blue) = 208+38+138=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 38 (15.23% from 255 or 9.90% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0268A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0268A is #2FD975. Grayscale: #646464. Windows color (decimal): -3135862 or 9053904. OLE color: 9053904.

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

Color convert

RGB 208 38 138 -
CMYK 0 0.82 0.34 0.18
HSL 324.71º 0.69% 0.48% -
HSV(B) 324.71º 0.82% 0.82% -
XYZ 31.29 16.63 25.61 -
YUV 100.23 149.32 204.87 -
System Red Green Blue C M Y K H S L
Decimal 208 38 138 0 0.82 0.34 0.18 324.71 0.69 0.48
Hex D0 26 8A 0 52 22 12 145 45 30
Octal 320 46 212 0 122 42 22 505 105 60
Binary 11010000 100110 10001010 0 1010010 100010 10010 101000101 1000101 110000

Color Harmonies of #D0268A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0268A

Black with #D0268A

Text Example


Text Example

White with #D0268A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0268A; }

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

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

background-color css

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

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

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

border-color css

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

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

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