Html Css Color HEX #DA388F Deep Cerise

📋 copy color: '#DA388F'

red 218 ◦ green 56 ◦ blue 143

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

Shades of Deep Cerise #DA388F

Tints of Deep Cerise #DA388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.43%

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

R = 52.28%
G = 13.43%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA388F (or 0xDA388F) is known color: Deep Cerise. HEX triplet: DA, 38 and 8F. RGB value is (218,56,143). Sum of RGB (Red+Green+Blue) = 218+56+143=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA388F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA388F is #25C770. Grayscale: #727272. Windows color (decimal): -2475889 or 9386202. OLE color: 9386202.

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

Color convert

RGB 218 56 143 -
CMYK 0 0.74 0.34 0.15
HSL 327.78º 0.69% 0.54% -
HSV(B) 327.78º 0.74% 0.85% -
XYZ 35.29 19.72 27.93 -
YUV 114.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 218 56 143 0 0.74 0.34 0.15 327.78 0.69 0.54
Hex DA 38 8F 0 4A 22 F 148 45 36
Octal 332 70 217 0 112 42 17 510 105 66
Binary 11011010 111000 10001111 0 1001010 100010 1111 101001000 1000101 110110

Color Harmonies of #DA388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA388F

Black with #DA388F

Text Example


Text Example

White with #DA388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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