Html Css Color HEX #D0258A Deep Cerise

📋 copy color: '#D0258A'

red 208 ◦ green 37 ◦ blue 138

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

Shades of Deep Cerise #D0258A

Tints of Deep Cerise #D0258A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.66%

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

R = 54.31%
G = 9.66%
B = 36.03%

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

#D0258A (or 0xD0258A) is known color: Deep Cerise. HEX triplet: D0, 25 and 8A. RGB value is (208,37,138). Sum of RGB (Red+Green+Blue) = 208+37+138=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0258A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0258A is #2FDA75. Grayscale: #636363. Windows color (decimal): -3136118 or 9053648. OLE color: 9053648.

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

Color convert

RGB 208 37 138 -
CMYK 0 0.82 0.34 0.18
HSL 324.56º 0.7% 0.48% -
HSV(B) 324.56º 0.82% 0.82% -
XYZ 31.26 16.57 25.6 -
YUV 99.64 149.65 205.29 -
System Red Green Blue C M Y K H S L
Decimal 208 37 138 0 0.82 0.34 0.18 324.56 0.7 0.48
Hex D0 25 8A 0 52 22 12 145 46 30
Octal 320 45 212 0 122 42 22 505 106 60
Binary 11010000 100101 10001010 0 1010010 100010 10010 101000101 1000110 110000

Color Harmonies of #D0258A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0258A

Black with #D0258A

Text Example


Text Example

White with #D0258A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0258A; }

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

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

background-color css

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

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

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

border-color css

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

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

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