Html Css Color HEX #D0258B Deep Cerise

📋 copy color: '#D0258B'

red 208 ◦ green 37 ◦ blue 139

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

Shades of Deep Cerise #D0258B

Tints of Deep Cerise #D0258B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 54.17%
G = 9.64%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D0258B (or 0xD0258B) is known color: Deep Cerise. HEX triplet: D0, 25 and 8B. RGB value is (208,37,139). Sum of RGB (Red+Green+Blue) = 208+37+139=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D0258B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D0258B is #2FDA74. Grayscale: #636363. Windows color (decimal): -3136117 or 9119184. OLE color: 9119184.

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

Color convert

RGB 208 37 139 -
CMYK 0 0.82 0.33 0.18
HSL 324.21º 0.7% 0.48% -
HSV(B) 324.21º 0.82% 0.82% -
XYZ 31.33 16.6 25.98 -
YUV 99.76 150.15 205.21 -
System Red Green Blue C M Y K H S L
Decimal 208 37 139 0 0.82 0.33 0.18 324.21 0.7 0.48
Hex D0 25 8B 0 52 21 12 144 46 30
Octal 320 45 213 0 122 41 22 504 106 60
Binary 11010000 100101 10001011 0 1010010 100001 10010 101000100 1000110 110000

Color Harmonies of #D0258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0258B

Black with #D0258B

Text Example


Text Example

White with #D0258B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0258B; }

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

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

background-color css

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

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

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

border-color css

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

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

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