Html Css Color HEX #DA438D Deep Cerise

📋 copy color: '#DA438D'

red 218 ◦ green 67 ◦ blue 141

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

Shades of Deep Cerise #DA438D

Tints of Deep Cerise #DA438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.73%

 BLUE value IS 141 (55.47% from 255) = 33.1%

R = 51.17%
G = 15.73%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA438D (or 0xDA438D) is known color: Deep Cerise. HEX triplet: DA, 43 and 8D. RGB value is (218,67,141). Sum of RGB (Red+Green+Blue) = 218+67+141=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA438D is #25BC72. Grayscale: #787878. Windows color (decimal): -2473075 or 9257946. OLE color: 9257946.

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

Color convert

RGB 218 67 141 -
CMYK 0 0.69 0.35 0.15
HSL 330.6º 0.67% 0.56% -
HSV(B) 330.6º 0.69% 0.85% -
XYZ 35.73 20.84 27.34 -
YUV 120.59 139.53 197.48 -
System Red Green Blue C M Y K H S L
Decimal 218 67 141 0 0.69 0.35 0.15 330.6 0.67 0.56
Hex DA 43 8D 0 45 23 F 14B 43 38
Octal 332 103 215 0 105 43 17 513 103 70
Binary 11011010 1000011 10001101 0 1000101 100011 1111 101001011 1000011 111000

Color Harmonies of #DA438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA438D

Black with #DA438D

Text Example


Text Example

White with #DA438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA438D; }

 p { color: rgb(218,67,141); }

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

background-color css

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

 a { background-color: rgb(218,67,141); }

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

border-color css

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

 span { border-color: rgb(218,67,141); }

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