Html Css Color HEX #DA258F Deep Cerise

📋 copy color: '#DA258F'

red 218 ◦ green 37 ◦ blue 143

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

Shades of Deep Cerise #DA258F

Tints of Deep Cerise #DA258F

RGB

 RED value IS 218 (85.55% from 255) = 54.77%

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

 BLUE value IS 143 (56.25% from 255) = 35.93%

R = 54.77%
G = 9.3%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA258F (or 0xDA258F) is known color: Deep Cerise. HEX triplet: DA, 25 and 8F. RGB value is (218,37,143). Sum of RGB (Red+Green+Blue) = 218+37+143=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 143 (56.25% from 255 or 35.93% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA258F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA258F is #25DA70. Grayscale: #666666. Windows color (decimal): -2480753 or 9381338. OLE color: 9381338.

HSL color Cylindrical-coordinate representation of color #DA258F: hue angle of 324.86º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA258F is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 37 143 -
CMYK 0 0.83 0.34 0.15
HSL 324.86º 0.71% 0.5% -
HSV(B) 324.86º 0.83% 0.85% -
XYZ 34.53 18.21 27.68 -
YUV 103.2 150.47 209.88 -
System Red Green Blue C M Y K H S L
Decimal 218 37 143 0 0.83 0.34 0.15 324.86 0.71 0.5
Hex DA 25 8F 0 53 22 F 145 47 32
Octal 332 45 217 0 123 42 17 505 107 62
Binary 11011010 100101 10001111 0 1010011 100010 1111 101000101 1000111 110010

Color Harmonies of #DA258F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA258F

Black with #DA258F

Text Example


Text Example

White with #DA258F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA258F; }

 p { color: rgb(218,37,143); }

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

background-color css

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

 a { background-color: rgb(218,37,143); }

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

border-color css

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

 span { border-color: rgb(218,37,143); }

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